ocr: OOP and Classes 00P, stands for Object Driented Programming. Object Oriented Programming is a method of programming that tries to help the programmer deal with real world compleH- ities. Object Oriented Programming makes full use of the programmers ability to classify and abstract things in the real world, by defining "classes". In general, an UbJect Uriented Programming language such as C++, supports three key reatures: data typinglor encapsulation), polymorph- ism and inheritance. Each of these three features is described in more detail in the above upper right side button selection. One of ...